From: Richard M. Stallman Date: Tue, 22 Jul 1997 21:35:43 +0000 (+0000) Subject: Test `__unix' along with `unix'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80162 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b86fcb1e22776f2ffe96bf106f542b7f557c77e;p=emacs.git Test `__unix' along with `unix'. --- diff --git a/src/getloadavg.c b/src/getloadavg.c index 52958d4d53f..adc4befeb94 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -81,7 +81,7 @@ /* Both the Emacs and non-Emacs sections want this. Some configuration files' definitions for the LOAD_AVE_CVT macro (like sparc.h's) use macros like FSCALE, defined here. */ -#ifdef unix +#if defined (unix) || defined (__unix) # include #endif